home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / 2coldir.zip / 2COLDIR next >
Text File  |  1988-08-10  |  147b  |  9 lines

  1. #
  2. # This is a makefile to build 2coldir.exe using Microsoft make.exe.
  3. #
  4.  
  5. CFLAGS= -Ox -Zp
  6.  
  7. 2coldir.exe:   2coldir.c
  8.     cl $(CFLAGS) 2coldir.c
  9.